home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
Itch
/
itch_Browser.dcr
/
Internal_66.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-08
|
156 b
|
10 lines
global userMode
on exitFrame
go(the frame)
if field("invisablepassword") contains "itch" then
userMode = #admin
go(the frame + 1)
end if
end